compress/flate.compressor.hashHead (field)
9 uses
	compress/flate (current package)
		deflate.go#L98: 	hashHead   [hashSize]uint32
		deflate.go#L150: 			for i, v := range d.hashHead[:] {
		deflate.go#L152: 					d.hashHead[i] = uint32(int(v) - delta)
		deflate.go#L154: 					d.hashHead[i] = 0
		deflate.go#L216: 			hh := &d.hashHead[val&hashMask]
		deflate.go#L420: 			hh := &d.hashHead[hash&hashMask]
		deflate.go#L468: 						hh := &d.hashHead[hash&hashMask]
		deflate.go#L615: 		for i := range d.hashHead {
		deflate.go#L616: 			d.hashHead[i] = 0
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |